home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12721 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: softsite.co.at!wsog
  2. Date: 21 Mar 1996 12:49:00 +0100
  3. From: wsog@softsite.co.at (Walter Sommergruber)
  4. Newsgroups: comp.lang.c++
  5. Message-ID: <65IfHC2rnTB@softsite.co.at>
  6. References: <4ir6pe$rub@news.asiaonline.net>
  7. Subject: Re: What's mean about '...'
  8. X-Newsreader: XP v3.02
  9. X-Charset: ISO-8859-1
  10. Organization: Sommergruber Software & Dienstleistungen
  11.  
  12. Wong Chi Yat  (cywong@asiaonline.net) wrote on 21.03.96
  13. about "What's mean about '...'":
  14.  
  15. > Could you tell me what's mean about "..." which is defined in C language
  16. > procedure, e.g. void test(char *t, ...)
  17. >
  18. > I wish you could tell me how to implement?
  19.  
  20. This are functions with a variable number of arguments (like printf).
  21. The first argument has to be a description of the following arguments.
  22.  
  23. Search in your manuals for the va_start, va_end and va_arg functions
  24. and macros...
  25.  
  26. ---                                     Take a look at ...
  27. Walter Sommergruber                                    The Software Site
  28. email: wsog@softsite.co.at           http://www.softsite.co.at/softsite/
  29.